* ./ispd:

- Change: In CMakeLists, remove obsolete setup_apple() macro call.
This commit is contained in:
Jean-Paul Chaput 2010-08-25 11:42:44 +00:00
parent b0e234b3af
commit b175399002
1 changed files with 5 additions and 5 deletions

View File

@ -10,7 +10,7 @@
set_cmake_policies() set_cmake_policies()
set_lib_link_mode() set_lib_link_mode()
setup_apple() #setup_apple()
setup_boost(program_options filesystem python regex) setup_boost(program_options filesystem python regex)
find_package(LibXml2 REQUIRED) find_package(LibXml2 REQUIRED)
@ -23,9 +23,9 @@
find_package(CORIOLIS REQUIRED) find_package(CORIOLIS REQUIRED)
find_package(KNIK REQUIRED) find_package(KNIK REQUIRED)
find_package(LEFDEF REQUIRED) find_package(LEFDEF REQUIRED)
#find_package(KATABATIC REQUIRED) #find_package(KATABATIC REQUIRED)
#find_package(KITE REQUIRED) #find_package(KITE REQUIRED)
#find_package(EQUINOX REQUIRED) #find_package(EQUINOX REQUIRED)
#find_package(SOLSTICE REQUIRED) #find_package(SOLSTICE REQUIRED)
add_subdirectory(src) add_subdirectory(src)