Skip to content

Commit 0db5674

Browse files
committed
Oops... fix finding ISSC
1 parent b79a3f5 commit 0db5674

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1003,6 +1003,7 @@ ENDIF()
10031003

10041004
########### Windows packaging ###############
10051005
IF(WIN32)
1006+
FIND_PACKAGE(ISCC)
10061007
IF(ISS_COMPILER_FOUND)
10071008
IF(${ISS_COMPILER_VERSION_MAJOR} EQUAL 6)
10081009
CONFIGURE_FILE(${PROJECT_SOURCE_DIR}/cmake/stellarium.iss6.cmake ${CMAKE_CURRENT_BINARY_DIR}/stellarium.iss @ONLY)

0 commit comments

Comments
 (0)