WSL/SLF GitLab Repository
Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
snow-models
meteoio
Commits
28f8fe34
Commit
28f8fe34
authored
May 30, 2011
by
Mathias Bavay
Browse files
Fixed a stupid typo...
parent
88688955
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
28f8fe34
...
...
@@ -125,8 +125,8 @@ SET(PLUGIN_IMISIO OFF CACHE BOOL "Compilation IMISIO ON or OFF")
SET
(
PLUGIN_COSMOXMLIO OFF CACHE BOOL
"Compilation COSMOXMLIO ON or OFF"
)
SET
(
PROJ4 OFF CACHE BOOL
"Use PROJ4 for the class MapProj ON or OFF"
)
#SET(LIBRARY_OUTPUT_DIRECTORY
${PROJECT_SOURCE_DIR}/
lib)
#SET(ARCHIVE_OUTPUT_DIRECTORY
${PROJECT_SOURCE_DIR}/
lib)
#SET(LIBRARY_OUTPUT_DIRECTORY lib)
#SET(ARCHIVE_OUTPUT_DIRECTORY lib)
#some cmake specific things //HACK: should it not be in the plugin Cmake?
IF
(
GSOAPPP AND NOT EXISTS
${
GSOAPPP
}
)
...
...
@@ -150,7 +150,7 @@ INSTALL(FILES ${hfilterfiles} DESTINATION include/meteoio/meteofilters COMPONENT
IF
(
WIN32
)
#handle the special case of WIN32 needing import libraries
FILE
(
GLOB importlibs
"lib/libmeteoio*.lib*"
)
E
LSE
(
WIN32
)
E
NDIF
(
WIN32
)
FILE
(
GLOB solibs
"lib/libmeteoio*.
${
DLL_EXT
}
*"
)
FILE
(
GLOB plugins
"lib/plugins/lib*.
${
DLL_EXT
}
*"
)
FILE
(
GLOB alibs
"lib/*.
${
STAT_EXT
}
*"
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment