11 lines
412 B
Diff
11 lines
412 B
Diff
--- CMakeLists.txt
|
|
+++ CMakeLists.txt
|
|
@@ -7,7 +7,7 @@
|
|
# cmake system for PagedGeometry updated on 6-10-2017 by Edgar{at}AnotherFoxGuy{DOT}com
|
|
|
|
cmake_minimum_required( VERSION 3.0.2 )
|
|
-set( CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${CMAKE_SOURCE_DIR}/cmake )
|
|
+set( CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${CMAKE_BINARY_DIR} ${CMAKE_SOURCE_DIR}/cmake )
|
|
|
|
|
|
# add some functions we use that are shipped with cmake
|